CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - spy api

搜索资源列表

  1. HookImport_src

    0下载:
  2. Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:6252
    • 提供者:l
  1. sameprocess

    0下载:
  2. 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47300
    • 提供者:苏语
  1. WindowDump

    0下载:
  2. 一款利用Windows API写的类似于spy++的工具,具有基本的spy++功能,可以捕获窗口!-Using Windows API to write a similar spy++ tool with the basic spy++ features, you can capture the window!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:44812
    • 提供者:李楠
  1. regedit-hive

    0下载:
  2. 1. 内存中操作Hive, 而非操作磁盘hive. 比同等的Hive解析工具(eg.狙剑)速度快. 2. 操作方式和windows自带的regedit.exe相同, 而同等的工具仅列出hive对应的项,一般用户不知如何使用 3. 支持整个子键(Key) / 键值(Values) 的删除,增加,修改,重命名. 而同等的工具考虑到安全性,没有加入对Key的删除/增加 操作 4. 没有特殊情况的话,能发现一切注册表隐藏信息,解析hive的都能做到. 5. 查找功能没有暴搜hive数据结
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:294418
    • 提供者:123
  1. A_Supreme_Window_API_tutorial

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:19977
    • 提供者:coder0101
  1. API_Spy_code_writer

    0下载:
  2. This will find the window your mouse is over(or the crosshair) and give you your normal api spy details [ hwnds {hex and dec, curretn and parent windows} mouse coordinates, etc. look at SS]. This also has a form that writes out the code needed to fin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7484
    • 提供者:coder0101
  1. APISPY32

    0下载:
  2. API Spy tool which will track all system/api calles made in the application.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:75081
    • 提供者:Jayaprakash
  1. spy

    0下载:
  2. 工具:spy++,WindowSpy 涉及到的API:findwindow 补充: printf是一个向控制台输出的函数。 d代表输出的是个整数。hwnd代表需要输出的变量。 大家也可以使用findwindow(NULL,"SPY++.txt - 记事本")来替换试试。就是将类名置空,只使用标题名。 -Commonly used digital image processing techniques- stretching algorithm for cases
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-16
    • 文件大小:180049
    • 提供者:jeffchang
  1. API_Spy

    0下载:
  2. Visual Studio中的API Spy大家可能用过,这里是一个用VB实现的代码,拖放窗口中的十字到其它窗口就可以得到窗口的属性。 -Visual Studio in the API Spy you may have used, here is an implementation using VB code, drag and drop the window in the cross to the other window, you can get the window attributes
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:7959
    • 提供者:311
  1. CeApiSpy

    0下载:
  2. 这个sample主要用来介绍在wince下怎么实现API检测,主要用来检测CreateFile, CreateProcess 和LoadLibrary API的调用-Directory CeApiSpy contains sources to CE API Spy. This sample Spy is monitoring CreateFile, CreateProcess and LoadLibrary API calls.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-31
    • 文件大小:104208
    • 提供者:allen
  1. RaTips

    0下载:
  2. 一个自己写的vc6下监控radmin连接的提示例程,通过消息挂钩发送接收的api,并对radmin的交互协议分析,对接入的连接进行提示或阻止,防止别人偷偷的连到你电脑上窥探你的一举一动。其中挂钩技术和ra的分析欢迎大家学习研究。-Write a vc6 their connections under the control radmin prompt routines, linked by a message sent to receive the api, and radmin interac
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:205345
    • 提供者:zgl
  1. AppInitHook

    0下载:
  2. 本文介绍了一种简单的方式,成立全系统的全局API钩子。它使用的DLL注入和API挂接Mhook库AppInit_DLLs注册表键。为了说明这种技术,我们将展示如何轻松地隐藏CALC.EXE从正在运行的进程列表。-This article describes an easy way to set up system-wide global API hooks. It uses AppInit_DLLs registry key for DLL injection and Mhook library
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:777921
    • 提供者:刘永
  1. WebSpy

    1下载:
  2. ecjob C#编的API例程 网页SPY-Player written in C# ecjob C# Code API routines page SPY
  3. 所属分类:.net

    • 发布日期:2017-04-03
    • 文件大小:47639
    • 提供者:adsl090807
  1. thecodecolorspy

    0下载:
  2. Great source to an API Color Spy.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:5600
    • 提供者:Shane
  1. Microsoft.Spy

    0下载:
  2. 窗体句柄,消息,线程,进程查看器。windows api编程工具-tool of view windows handle,message,thread,process,tool of program windows api
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:3114445
    • 提供者:William-Chueng
  1. wext-spy

    0下载:
  2. This file implement the Wireless Extensions spy API for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:1940
    • 提供者:fiheilen
  1. APISPY32src-(2)

    0下载:
  2. API SPY program, tester
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:97798
    • 提供者:KimSeongKee
  1. SaoLeiFuZu

    0下载:
  2. 基于windows扫雷游戏的辅助程序,使用CE探测雷区内存,使用spy++确定扫雷游戏界面,用鼠标API模拟按键操作。-Minesweeper game windows based support program, the use of CE to detect minefields of memory, using spy++ determine Minesweeper game interface, API simulation with the mouse button operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:5770158
    • 提供者:blue
  1. API-Spy-Example

    0下载:
  2. api spy用vb编的源码,包括所有控件,如文本框,按钮,复选框等等,这些句柄怎么获取-api spy with vb series of source code, including all controls, such as text boxes, buttons, check boxes, and so on, how to obtain these handles
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6639
    • 提供者:kaitanzhe99
  1. wext-spy

    0下载:
  2. This file implement the Wireless Extensions spy API.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2059
    • 提供者:qunongdj
搜珍网 www.dssz.com